home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Dolby / DISK 2 / 02Dsurround.swf / scripts / DefineButton2_203 / BUTTONCONDACTION on(keyPress Up).as next >
Encoding:
Text File  |  2002-02-03  |  124 b   |  6 lines

  1. on(keyPress "<Up>"){
  2.    _root.chainsound.chain.stop("chain");
  3.    _root.control.click.start(0,0);
  4.    gotoAndStop(65);
  5. }
  6.